Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow login with multiple users for simulating multi-user applications. #146

Closed
wants to merge 1 commit into from

Conversation

sandoval
Copy link

@sandoval sandoval commented Mar 5, 2024

Set the environment variable ALLOWED_LOGIN_DOMAIN to a domain (e.g. "domain.com") to allow any e-mail address from that domain to log in using the password "foobar".

Checklist

  • I have read the contributing guidelines and signed the CLA.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security vulnerability.
    If this pull request addresses a security vulnerability,
    I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added the necessary documentation within the code base (if appropriate).

…cations.

- Set the environment variable `ALLOWED_LOGIN_DOMAIN` to a domain (e.g. "domain.com") to allow any e-mail address from that domain to log in using the password "foobar".
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@aeneasr
Copy link
Member

aeneasr commented Feb 9, 2025

Thank you for the PR, we want to keep this sample as easy as possible which is why we won't merge additional changes to the business logic. This is really just a reference on how to implement the login and consent step.

Thank you for understanding!

@aeneasr aeneasr closed this Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants